home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / printf_obj_name < prev    next >
Text File  |  2001-04-06  |  395b  |  15 lines

  1. SYNOPSIS
  2.         string printf_obj_name(object ob)
  3.  
  4. DESCRIPTION
  5.         Return a printable name for an object. This function is called
  6.         by sprintf() to print a meaningful name in addition to the
  7.         normal object_name().
  8.  
  9. HISTORY
  10.         Renamed in LDMud 3.2.6 from object_name() due to the introduction
  11.         of an efun with this name.
  12.  
  13. SEE ALSO
  14.         sprintf(E), object_name(E)
  15.